home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Images
/
3D Images.iso
/
programs
/
ibm_pc
/
gwswin
/
setup.scr
< prev
Wrap
Text File
|
1993-05-11
|
2KB
|
50 lines
;
;Graphic Workshop for Windows install script
;arguments: %1 = destination path
; %2 = windows directory
;
copy gws.ex_ %1\gws.exe
onerror say Error copying GWS.EXE
;
copy gws.wri %1\gws.wri
onerror say Error copying GWS.WRI
copy gws.hlp %1\gws.hlp
onerror say Error copying GWS.HLP
copy example1.img %1\example1.img
onerror say Error copying EXAMPLE1.IMG
copy example1.thn %1\example1.thn
onerror say Error copying EXAMPLE1.THN
copy example2.gif %1\example2.gif
onerror say Error copying EXAMPLE2.GIF
copy example2.thn %1\example2.thn
onerror say Error copying EXAMPLE2.THN
copy example3.gif %1\example3.gif
onerror say Error copying EXAMPLE3.GIF
copy example3.thn %1\example3.thn
onerror say Error copying EXAMPLE3.THN
copy readme.txt %1\readme.txt
onerror say Error copying README.TXT
copy order.frm %1\order.frm
onerror say Error copying ORDER.FRM
copy order.wri %1\order.wri
onerror say Error copying ORDER.WRI
copy bwcc.dll %1\bwcc.dll
onerror say Error copying BWCC.DLL to %1. Graphic Workshop may not run without this file.
copy pcdlib.dll %1\pcdlib.dll
onerror say Error copying PCDLIB.DLL to %1. Graphic Workshop may not run without this file.
;
; Use only if there's a README.TXT file
;
copy readme.txt %1\readme.txt
onerror say Error copying README.TXT
;
;registered versions only
;
;copy camera.exe %1\camera.exe
;onerror say Error copying CAMERA.EXE
;copy camera.wri %1\camera.wri
;onerror say Error copying CAMERA.WRI
;
; Now go make the group
;